linux: User-space grant table device.
authorKeir Fraser <keir@xensource.com>
Sat, 31 Mar 2007 12:53:24 +0000 (13:53 +0100)
committerKeir Fraser <keir@xensource.com>
Sat, 31 Mar 2007 12:53:24 +0000 (13:53 +0100)
commit990f0419bd5b6fc6e5462fba29436d3461bebff7
tree578d8df53aaa35228aa411a2f8d4a5923d45510d
parent7fd0f937ba5af29fb1cfe7622ff4aea6b4133639
linux: User-space grant table device.

A character device for accessing (in user-space) pages that have been
granted by other domains.

Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
Fix ioctl interface to be 32/64-bit invariant. Move xen_class
mechanism to common util.c.

Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/Makefile
linux-2.6-xen-sparse/drivers/xen/blktap/blktap.c
linux-2.6-xen-sparse/drivers/xen/gntdev/Makefile [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/gntdev/gntdev.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/util.c
linux-2.6-xen-sparse/include/xen/driver_util.h
linux-2.6-xen-sparse/include/xen/public/gntdev.h [new file with mode: 0644]